C/C++ headers and ICD loader (Installable Client Driver) for OpenCL
Run the following Vcpkg command to install the port.
vcpkg install opencl
The package opencl is compatible with built-in CMake targets:
find_package(OpenCL REQUIRED) target_link_libraries(main PRIVATE ${OpenCL_LIBRARIES}) target_include_directories(main PRIVATE ${OpenCL_INCLUDE_DIRS})
You will also need to install an appropriate driver package from your CPU/GPU manufacturer.
v2.2 (2017.07.18)-1#0
Jun 15, 2019
All
KhronosGroup/OpenCL-ICD-Loader246
github.com/KhronosGroup/OpenCL-Headers
18b029a5e3
Complex license
Control